Welcome![Sign In][Sign Up]
Location:
Search - CURE clustering

Search list

[Other resourcecure

Description: 层次聚类算法中的cure算法,它利用代表点来达到聚类目的-hierarchical clustering algorithm cure the algorithm, which uses representatives point to achieve clustering purpose
Platform: | Size: 43201 | Author: 林恩 | Hits:

[Other resourcecure.c++

Description: 经典cure聚类算法,实现用c++语言.大家-classic cure clustering algorithm, and using the c language. We look at
Platform: | Size: 44284 | Author: 孔明 | Hits:

[Mathimatics-Numerical algorithmscure(Clustering)

Description: CURE(Clustering Using Representatives)是一种针对大型数据库的高效的聚类算法。基于划分的传统的聚类算法得到的是球状的,相等大小的聚类,对异常数据比较脆弱。CURE采用了用多个点代表一个簇的方法,可以较好的处理以上问题。并且在处理大数据量的时候采用了随机取样,分区的方法,来提高其效率,使得其可以高效的处理大量数据。
Platform: | Size: 21916 | Author: 肖宪 | Hits:

[AI-NN-PRCURE

Description: 数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with the nearest distance into one until the number of class is coincidence with the classes demanded.
Platform: | Size: 45056 | Author: 黄镇 | Hits:

[AI-NN-PRcure

Description: 层次聚类算法中的cure算法,它利用代表点来达到聚类目的-hierarchical clustering algorithm cure the algorithm, which uses representatives point to achieve clustering purpose
Platform: | Size: 43008 | Author: 林恩 | Hits:

[AI-NN-PRcurecode

Description: CURE算法实现 一种分层次的聚类算法 效果较好-CURE algorithm to achieve a hierarchical clustering algorithm better results
Platform: | Size: 43008 | Author: 龙卑鄙 | Hits:

[Algorithmcure.c++

Description: 经典cure聚类算法,实现用c++语言.大家-classic cure clustering algorithm, and using the c language. We look at
Platform: | Size: 44032 | Author: 孔明 | Hits:

[AI-NN-PRCURE

Description: 层次聚类算法中的Cure算法,可以用于识别非球形的簇,解决了偏好球形和相似大小的问题,在处理孤立点上也更加健壮。-Hierarchical clustering algorithm of Cure algorithm can be used to identify non-spherical cluster, the preferred solution is similar to spherical and the size of the problem, in dealing with isolated points and more robust.
Platform: | Size: 6144 | Author: 刘嘉良 | Hits:

[AI-NN-PRcruecode

Description: 一 种改进的 CURE聚类算法-An improved clustering algorithm CURE
Platform: | Size: 206848 | Author: hehe | Hits:

[ADO-ODBCcure

Description: 介绍一种非常有效的对大数据库的数据挖掘算法-数据聚类-A very effective introduction to the large database of data mining algorithms- Data Clustering
Platform: | Size: 1482752 | Author: huwenan | Hits:

[Mathimatics-Numerical algorithmscure(Clustering)

Description: CURE(Clustering Using Representatives)是一种针对大型数据库的高效的聚类算法。基于划分的传统的聚类算法得到的是球状的,相等大小的聚类,对异常数据比较脆弱。CURE采用了用多个点代表一个簇的方法,可以较好的处理以上问题。并且在处理大数据量的时候采用了随机取样,分区的方法,来提高其效率,使得其可以高效的处理大量数据。-CURE (Clustering Using Representatives) is a database for large and efficient clustering algorithm. Based on the breakdown of the traditional clustering algorithm is spherical, equal-sized cluster of abnormal data more vulnerable. CURE adopted by a number of points on behalf of a cluster approach can better deal with these questions. And deal with large amount of data when using the random sampling, area way to improve its efficiency so that it can handle large amounts of data and efficient.
Platform: | Size: 21504 | Author: 肖宪 | Hits:

[AI-NN-PRCURE

Description: 用c++实现的CURE聚类算法 这是即DBSCAN算法后出现的基于密度的聚类算法-With c++ Realized CURE clustering algorithm DBSCAN algorithm that is, this is occurring after the density-based clustering algorithm
Platform: | Size: 44032 | Author: 刘年 | Hits:

[matlabcluster

Description: 用matlab实现聚类算法,注意是层次聚类和未知类别聚类算法!-Clustering algorithm using matlab implementation, pay attention to are hierarchical clustering and unknown type of clustering algorithm!
Platform: | Size: 16384 | Author: 张晓飞 | Hits:

[Software Engineeringcure

Description: Implementation of CURE Clustering Algorithm
Platform: | Size: 194560 | Author: Akil ELKAMEL | Hits:

[Mathimatics-Numerical algorithmsc

Description: CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES-CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES
Platform: | Size: 1134592 | Author: Maha | Hits:

[Internet-NetworkCURE-1.0.0-src

Description: cure clustering code
Platform: | Size: 11688960 | Author: rocket | Hits:

[Othercure

Description: cure聚类算法源程序 matlab 十分好用 聚类效果不错(Cure clustering algorithm source code, Matlab is very easy to use, clustering effect is good)
Platform: | Size: 1169408 | Author: luozhiming | Hits:

[Mathimatics-Numerical algorithmscure

Description: CURE算法是聚类算法的一种,源代码,可直接运行(CURE algorithm is a clustering algorithm, the source code can be run directly)
Platform: | Size: 41984 | Author: Lena | Hits:

[AI-NN-PREfficient Large Scalce Clustering

Description: Research paper on cure clustering
Platform: | Size: 1224704 | Author: musaje | Hits:

[Mathimatics-Numerical algorithmsCureDemo

Description: 实现的cure聚类的demo。算法在开始时,每个点都是一个簇,然后将距离最近的簇结合,一直到簇的个数为要求的K。它是一种分裂的层次聚类。算法分为以下6步: 1)从源数据对象中抽取一个随机样本S。 2)将样本S分割为一组划分。 3)对划分局部的聚类。 4)通过随机取样提出孤立点。如果一个簇增长得太慢,就去掉它。 5)对局部的簇进行聚类。 6)用相应的簇标签标记数据。(The implementation of the cure clustering of the demo. At the beginning of the algorithm, each point is a cluster, and then the nearest cluster is combined to the number of clusters K. It is a hierarchical cluster of divisions. The algorithm is divided into the following 6 steps: 1) extract a random sample S from the source data object. 2) the sample S is divided into a set of partitions. 3) to divide the local clustering. 4) the isolated point is proposed by random sampling. If a cluster is growing too slowly, get rid of it. 5) clustering the local clusters. 6) mark the data with the corresponding cluster tag.)
Platform: | Size: 161792 | Author: Aileen00080 | Hits:
« 12 »

CodeBus www.codebus.net